@import 'https://fonts.googleapis.com/css?family=Kreon:300';

.panel {
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(-100%);
}

.panel .panellist li {
	transform: translateX(0);
	opacity: 0;
}

.panel.active {
	transform: translateX(0px);
}

.panel.active .panellist li {
	opacity: 10;
	transform: translateX(0);
}

.panel.active .panellist li h3 {
	color: #000;
	line-height: 38px;
	width: 97%;
	float: left;
	border-bottom: 1px solid #d9d9d9;
}

.panel.active .panellist li a {
	color: #000;
	transition: all 0.5s;
	line-height: 25px;
}

.panel.active .panellist li a:hover {
	color: #df0000;
	transition: all 0.5s;
}

.panel.active .panellist li ul {
	width: 100%;
	float: left;
	margin: 0;
}

.panel.active .panellist li ul li {
	width: 49%;
	color: #666;
	font-size: 15px;
	float: left;
}

.panel.active .panellist li ul li .moer {
	color: #ec1b2c;
	width: 60%;
	float: left;
	line-height: 54px;
	transition: all 0.5s;
}

.wrap {
	width: 46%;
	/* overflow: hidden; */
	position: absolute;
	z-index: 9999;
}

.navlist {
	height: 24px;
	position: absolute;
	left: 80px;
	top: 26px;
	width: 50px;
	color: #ec1b2c;
	font-size: 15px;
	font-weight: bold;
}

.panel {
	width: 100%;
	height: auto;
	position: absolute;
	top: 1px;
	z-index: 10;
	border-radius: 0 !important;
	padding-bottom: 48px;
}

.panel img.close {
	width: 24px;
	height: auto;
	position: absolute;
	top: 30px;
	left: 6.1%;
	opacity: 10 !important;
	color: #000 !important;
}

.panel img.close:hover {
	cursor: pointer;
}

.imghold {
	width: 100%;
	background-color: #fff;
}

.panellist {
	color: white;
	font-weight: normal;
	padding: 7vh 30px 0 6.1%;
	overflow: hidden;
}

.hamb {
	fill: #df0000;
}

.hamb:hover {
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.navlist {
		height: 24px;
		position: absolute;
		left: 3%;
		top: 33px;
	}
}

@media only screen and (max-width: 768px) {
	.wrap {
		width: 100%;
		/* overflow: hidden; */
		position: absolute;
		z-index: 9999;
	}

	.navlist {
		height: 24px;
		position: absolute;
		left: 11px;
		top: 37px;
	}

	.panel img.close {
		width: 24px;
		height: auto;
		position: absolute;
		top: 35px;
		left: 23px;
		opacity: 10 !important;
	}

	.panellist {
		color: white;
		font-weight: normal;
		padding: 7vh 0 0 3%;
	}
}
